The border-image CSS property draws an image around a given element. It replaces the element's regular border. Border-image-outset · Border-image-slice · Border-image-repeat
Mark the ones that should have a border with a class: <img class='picture' ...> and then use CSS to add the border: .picture { border: 1px solid green; }
The border-image property allows you to specify an image to be used as the border around an element. The border-image property is a shorthand property ... Border-image-outset · Try it Yourself · Show demo
CSS border-image Property. The CSS border-image property allows you to specify an image to be used instead of the normal border around an element. CSS Multiple Backgrounds · The border-image Property · Try it Yourself